home *** CD-ROM | disk | FTP | other *** search
/ ASME's Mechanical Engine…ing Toolkit 1997 December / ASME's Mechanical Engineering Toolkit 1997 December.iso / edu_comp / glossary.lzh / GLOSSARY.TXT
Text File  |  1989-01-09  |  56KB  |  2,315 lines

  1.  
  2.  
  3. ACCESS
  4.     Refers to the process of obtaining data from, or placing data into a
  5.     disc storage device, register, or RAM. (i.e. accessing a
  6.     memory location).
  7.  
  8.  
  9.  
  10. ACCESS TIME
  11.     Time required to perform an ACCESS.  Usages, e.g.:  1) seek to
  12.     location on a disc, 2) amount of time to read or write to a memory
  13.     location, 3) the time to position to the correct location in a disc
  14.     drive and carry out a read or write operation. ACCESS TIME is often
  15.     defined as the time from the leading edge of the first step pulse
  16.     received to SEEK COMPLETE (including settling).
  17.  
  18.  
  19.  
  20.  
  21. ACTUATOR
  22.     See HEAD POSITIONER.  The two basic types of actuators are
  23.     steppers and voice coils.  Open-loop steppers generally cannot
  24.     achieve tracks per inch (TPI) as high as the closed-loop system
  25.     because of the lack of feedback on  track positioning accuracy.
  26.     In open-loop stepper drives mechanical tolerances are one of the
  27.     most significant factors in limiting TPI enhancement.
  28.  
  29.  
  30.  
  31. ADDRESS
  32.     (physical)  A specific location in memory where a unit record, or
  33.     sector, of data is stored.  To return to the same area on the disc,
  34.     each area is given a unique address consisting of three components:
  35.     cylinder, sector, and head.  CYLINDER ADDRESSING is accomplished by
  36.     assigning numbers to the disc's surface concentric circles (cylinders).
  37.     The cylinder number specifies the radial address component of the data
  38.     area.  SECTOR ADDRESSING is accomplished by numbering the data records
  39.     (sectors) from an index that defines the reference angular position of
  40.     the discs.  Index records  are then counted by reading their ADDRESS
  41.     MARKS. Finally, HEAD ADDRESSING is accomplished by vertically numbering
  42.     the disc surfaces, usually starting with the bottom-most disc data
  43.     surface.  For example, the controller might send the binary equivalent
  44.     of the decimal number 610150 to instruct the drive to access data at
  45.     cylinder 610, sector 15, and head 0.
  46.  
  47. ADDRESS MARK
  48.     Two byte address at the beginning of both the ID field and the data
  49.     field of the track format.  The first byte is the "A1" data pattern,
  50.     the second byte is used to specify either an ID field or a data
  51.     field.
  52.  
  53.  
  54.  
  55.  
  56. ADJUSTABLE INTERLEAVE
  57.     Interleaving permits access to more than one memory module, e.g., if
  58.     one memory module contains odd-numbered address and another
  59.     even-numbered address, they can both be accessed simultaneously for
  60.     storage.  If the interleave is adjustable, the user may select which
  61.     ranges or areas are to be accessed each time.
  62.  
  63.  
  64.  
  65.  
  66. ANSI
  67.     American National Standards Institute
  68.  
  69.  
  70.  
  71. APPLICATION PROGRAM
  72.     A sequence of programmed instructions that tell the computer how to
  73.     perform an end use task (i.e. accounting, word processing or other
  74.     work for the computer system user).  To use a program, it must first
  75.     be loaded into MAIN MEMORY from some AUXILIARY MEMORY such as a floppy
  76.     diskette or hard disk.
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. AREAL DENSITY
  84.     Bit density (bits per inch, or BPI) multiplied by track density
  85.     (tracks per inch, or TPI), or bits per square inch of the disc
  86.     surface.  Bit density is measured around a track (circumferential on
  87.     the disc), and track density is radially measured.
  88.  
  89.  
  90.  
  91.  
  92. ASCII
  93.     American Standard for Coded Information Interchange.
  94.  
  95.  
  96.  
  97.  
  98.  
  99. ASME
  100.     American Society of Mechanical Engineers
  101.  
  102.  
  103.  
  104.  
  105.  
  106. ASYNCHRONOUS DATA
  107.     Data sent usually in parallel mode without a clock pulse.  Time
  108.     intervals between transmitted bits may be of unequal lengths.
  109.  
  110.  
  111.  
  112.  
  113.  
  114. AUTOMATIC BACK UP OF FILES
  115.     This gives a user the security to make changes to a file without
  116.     worrying about accidently destroying it; there is always another copy.
  117.     One weakness of this method is that files take up twice the room on a
  118.     disc.
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. AUXILIARY MEMORY
  126.     Memory other than main memory; generally a mass storage subsystem, it
  127.     can include disc drives, backup tape drives, controllers and buffer
  128.     memory.  Typically, AUXILIARY MEMORY is non-volatile.
  129.  
  130.  
  131.  
  132.  
  133.  
  134. AUXILIARY STORAGE DEVICE
  135.     Devices, generally magnetic tape and magnetic disk, on which data can
  136.     be stored for use by computer programs.  Also known as secondary
  137.     storage.
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145. AVERAGE ACCESS TIME
  146.     The average track access time, calculated from the end of the
  147.     CONTROLLER commands to access a drive, to drive "seek complete" time
  148.     averaged over all possible track locations at the start of ACCESS,
  149.     and over all possible data track ADDRESSES.  Typically, the minimum
  150.     average access time including carriage settling for open loop
  151.     actuators is less than 85 ms and for voice coil disc drives is less
  152.     than 40 ms.  As technology improves these times will continue to
  153.     decrease.
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161. AZIMUTH
  162.     The angular distance in the horizontal plane, usually measured as an
  163.     angle from true track location.
  164.  
  165.  
  166.  
  167.  
  168.  
  169. BACKUP DEVICE
  170.     Disc or tape drive used with a fixed Winchester disc drive to make
  171.     copies of files or other data for off line storage, distribution or
  172.     protection against accidental data deletion from the Winchester
  173.     drive, or against drive failure.
  174.  
  175.  
  176.  
  177.  
  178.  
  179. BACKUP FILE
  180.     File copies made on another removable media device (disc, tape or
  181.     sometimes a remote hard dsic system) and kept to ensure recovery of
  182.     data lost due to equipment failure, human errors, updates, disasters
  183.     and the like.
  184.  
  185.  
  186.  
  187.  
  188.  
  189. BAUD RATE
  190.     A variable unit of data transmission speed equal to one bit per
  191.     second.
  192.  
  193.  
  194.  
  195.  
  196.  
  197. BDOS
  198.     The Basic Disk Operating System (BDOS) controls the organization of
  199.     data on a disk.  BDOS is usually pronounced "B-DOS".
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207. BIDIRECTIONAL BUS
  208.     A buss that may carry information in either direction but not in both
  209.     simultaneously.
  210.  
  211.  
  212.  
  213.  
  214.  
  215. BINARY
  216.     A number system like the decimal numbers, but using 2 as its base and
  217.     having only the two digits 0 (zero) and 1 (one).  It is used in
  218.     computers because digital logic can only determine one of two states
  219.     - "OFF" and "ON."  Digital data is equivalent to a binary number.
  220.  
  221.  
  222.  
  223.  
  224.  
  225. BIOS
  226.     (BASIC INPUT OUTPUT SYSTEM)   A collection of information (firmware)
  227.     that controls communication between the Central Processor and its
  228.     peripherals.
  229.  
  230.  
  231.  
  232.  
  233.  
  234. BIT
  235.     The smallest unit of data.  Consists of a single binary digit that can
  236.     take the value of 0 or 1.
  237.  
  238.  
  239.  
  240.  
  241.  
  242. BIT CELL LENGTH
  243.     Physical dimension of the bit cell in direction of recording along
  244.     the disc circumference of a track.
  245.  
  246.  
  247.  
  248.  
  249.  
  250. BIT CELL TIME
  251.     The time required to pass one bit of information between the
  252.     controller and the drive.  Cell time is the inverse of the drive's
  253.     data rate; nominally 200 nsec for 5 Mhz drives.
  254.  
  255.  
  256.  
  257.  
  258.  
  259. BIT DENSITY
  260.     Expressed as "BPI" (for bits per inch), bit density defines how many
  261.     bits can be written onto one inch of a track on a disc surface.  It is
  262.     usually specified for "worst case", which is the inner track.  Data is
  263.     the densest in the inner tracks where track circumferences are the
  264.     smallest.
  265.  
  266.  
  267.  
  268.  
  269. BIT JITTER
  270.     The time difference between the leading edge of read and the center of
  271.     the data window.
  272.  
  273.  
  274.  
  275.  
  276.  
  277. BIT SHIFT
  278.     A data recording effect, which results when adjacent 1's written on
  279.     magnetic discs repel each other.  The "worst case" is at the inner
  280.     cylinder where bits are closest together.  BIT SHIFT is also called
  281.     pulse crowding.
  282.  
  283.  
  284.  
  285.  
  286.  
  287. BLOCK
  288.     A group of BYTES handled, stored and accessed as a logical data unit,
  289.     such as an individual file record.  Typically, one block of data is
  290.     stored as one physical sector of data on a disc drive.
  291.  
  292.  
  293.  
  294.  
  295.  
  296. BOOT
  297.     (Short for bootstrap).  Transfer of a disc operating system program
  298.     from storage on diskette or hard disc drive to computer's working
  299.     memory.
  300.  
  301.  
  302.  
  303.  
  304.  
  305. BUFFER
  306.     A temporary data storage area that compensates for a difference in
  307.     data transfer rates and/or data processing rates between sender and
  308.     receiver.
  309.  
  310.  
  311.  
  312.  
  313.  
  314. BUFFERED SEEK
  315.     A feature of the ST412 INTERFACE.  In buffered mode head motion is
  316.     postponed until a string of step pulses can be sent to the drive.
  317.     These pulses represent the number of tracks that the head is to be
  318.     stepped over and are sent much faster than the heads can move.  The
  319.     pulses are saved or buffered then the optimum head movement to the
  320.     correct track is performed.
  321.  
  322.  
  323.  
  324.  
  325.  
  326. BUS
  327.     A length of parallel conductors that forms a major interconnection
  328.     route between the computer system CPU and its peripheral subsystems.
  329.     Depending on its design, a bus may carry data to and from
  330.     peripheral's addresses, power, and other related signals.
  331.  
  332.  
  333.  
  334.  
  335.  
  336. BYTE
  337.     A sequence of adjacent BINARY digits or BITS considered as a unit, 8
  338.     bits in length.  One byte is sufficient to define all the alphanumeric
  339.     characters.  There are 8 BITS in 1 BYTE.  The storage capacity of a disc
  340.     drive is commonly measured in MEGABYTES, which is the total number of
  341.     bits storable, divided by eight million.
  342.  
  343.  
  344.  
  345.  
  346.  
  347. CACHE MEMORY
  348.     Cache Memory allows the system to load bytes of data from the hard
  349.     disc to memory.  The system may then refer to memory for information
  350.     instead of going back to the hard disc, thereby increasing the
  351.     processing speed.
  352.  
  353.  
  354.  
  355.  
  356.  
  357. CAPACITY
  358.     Amount of memory (measured in megabytes) which can be stored in a
  359.     disc drive.  Usually given as formatted (see FORMAT OPERATION).
  360.  
  361.  
  362.  
  363.  
  364.  
  365. CARRIAGE ASSEMBLY
  366.     Assembly which holds read/write heads and roller bearings. It is
  367.     used to position the heads radially by the actuator, in order to
  368.     access a track of data.
  369.  
  370.  
  371.  
  372.  
  373.  
  374. CENTRAL PROCESSOR UNIT
  375.     (CPU).  The heart of the computer system that executes programmed
  376.     instructions.  It includes the arithmetic logic unit (ALU) for
  377.     performing all math and logic operations, a control section for
  378.     interpreting and executing instructions, fast main memory for
  379.     temporary (VOLATILE) storage of an application program and its data.
  380.  
  381.  
  382.  
  383.  
  384.  
  385. CHARACTER
  386.     An information symbol used to denote a number, letter, symbol or
  387.     punctuation mark stored by a computer.  In a computer a character can
  388.     be represented in one (1) byte or eight (8) bits of data.  There are
  389.     256 different one-byte binary numbers, sufficient for 26 lower case
  390.     alphas, 26 upper case alphas, 10 decimal digits, control codes and
  391.     error checks.
  392.  
  393.  
  394.  
  395.  
  396.  
  397. CHIP
  398.     An integrated circuit fabricated on a chip of silicon or other
  399.     semiconductor material, e.g., a CHIP is an integrated circuit, a
  400.     microprocessor, memory device, or a digital logic device.
  401.  
  402.  
  403.  
  404.  
  405.  
  406. CLOCK RATE
  407.     The rate at which bits or words are transferred between internal
  408.     elements of a computer or to another computer.
  409.  
  410.  
  411.  
  412.  
  413.  
  414. CLOSED LOOP
  415.     A control system consisting of one or more feedback control loops in
  416.     which functions of the controlled signals are combined with functions
  417.     of the command to maintain prescribed relationships between the
  418.     commands and the controlled signals.
  419.  
  420.     This control technique allows the head actuator system to detect and
  421.     correct off-track errors.  The actual head position is monitored and
  422.     compared to the ideal track position, by reference information either
  423.     recorded on a dedicated servo surface, or embedded in the inter-sector
  424.     gaps.  A position error is used to produce a correction signal
  425.     (FEEDBACK) to the actuator to correct the error.  See TRACK FOLLOWING
  426.     SERVO.
  427.  
  428.  
  429.  
  430.  
  431.  
  432. CLUSTER SIZE
  433.     Purely an operating system function or term describing the number of
  434.     sectors that the operating system allocates each time disc space is
  435.     needed.
  436.  
  437.  
  438.  
  439.  
  440.  
  441. CODE
  442.     A set of unambiguous rules specifying the way which digital data is
  443.     represented physically, as magnetized bits, on a disc drive.  One of
  444.     the objectives of coding is to add timing data for use in data
  445.     reading.  See DATA SEPARATOR, MFM and RLL.
  446.  
  447.  
  448.  
  449.  
  450.  
  451. COERCIVITY
  452.     A measurement in units of orsteads of the amount of magnetic energy
  453.     to switch or "coerce" the flux change (di-pole) in the magnetic
  454.     recording media.
  455.  
  456.  
  457.  
  458.  
  459.  
  460. COMMAND
  461.     1) An instruction sent by the central processor unit (CPU) to a
  462.     controller for execution.  2) English-like commands entered by users
  463.     to select computer programs or functions.  3) A CPU command, which is
  464.     a single instruction such as "add two binary numbers" or "output a
  465.     byte to the display screen."
  466.  
  467.  
  468.  
  469.  
  470.  
  471. CONSOLE
  472.     (also called CRT or Terminal)  A device from which a computer can be
  473.     operated; often includes a monitor and keyboard.
  474.  
  475.  
  476.  
  477.  
  478.  
  479. CONTROLLER
  480.  
  481.     A controller is a printed circuit board required to interpret data
  482.     access commands from host computer (via a BUS), and send track
  483.     seeking, read/write, and other control signals to a disc drive.  The
  484.     computer is free to perform other tasks until the controller signals
  485.     DATA READY for transfer via the CPU BUS.
  486.  
  487.  
  488.  
  489.  
  490.  
  491. CORE
  492.     Originally a computer's main memory was made of ferrite rings (CORES)
  493.     that could be magnetized to contain one bit of data each.  CORE
  494.     MEMORY is synonymous with MAIN MEMORY.  Main memory today is
  495.     fabricated from CHIPS.
  496.  
  497.  
  498.  
  499.  
  500.  
  501. CPU
  502.     See CENTRAL PROCESSOR UNIT
  503.  
  504.  
  505.  
  506.  
  507.  
  508. CRASH
  509.     A malfunction in the computer hardware or software, usually causing
  510.     loss of data.
  511.  
  512.  
  513.  
  514.  
  515.  
  516. CYCLIC-REDUNDANCY-CHECK
  517.     (CRC).  Used to verify data block integrity.  In a typical scheme,
  518.     2 CRC bytes are added to each user data block.  The 2 bytes are
  519.     computed from the user data, by digital logical chips.  The
  520.     mathematical model is polynomials with binary coefficients.  When
  521.     reading back data, the CRC bytes are read and compared to new CRC
  522.     bytes computed from the read back block to detect a read error.
  523.     The read back error check process is mathematically equivalent to
  524.     dividing the read block, including its CRC, by a binomial
  525.     polynomial.  If the division remainder is zero, the data is error
  526.     free.
  527.  
  528.  
  529.  
  530.  
  531.  
  532. CYLINDER
  533.     The cylindrical surface formed by identical track numbers on
  534.     vertically stacked discs.  At any location of the head positioning
  535.     arm, all tracks under all heads are the cylinder.  Cylinder number is
  536.     one of the three address components required to find a specific
  537.     ADDRESS, the other two being head number and sector number.
  538.  
  539.  
  540.  
  541.  
  542.  
  543. DAISY CHAIN
  544.     A way of connecting multiple drives to one controller.  The
  545.     controller drive select signal is routed serially through the drives,
  546.     and is intercepted by the drive whose number matches.  The disc drives
  547.     have switches or jumpers on them which allow the user to select the
  548.     drive number desired.
  549.  
  550.  
  551. DATA
  552.     Information processed by a computer, stored in memory, or fed into a
  553.     computer.
  554.  
  555.  
  556.  
  557.  
  558.  
  559. DATA ACCESS
  560.     When the controller has specified all three components of the sector
  561.     address to the drive, the ID field of the sector brought under the
  562.     head by the drive is read and compared with the address of the target
  563.     sector.  A match enables access to the data field of the sector.
  564.  
  565.  
  566.  
  567.  
  568.  
  569. DATA ADDRESS
  570.     To return to the same area on the disc, each area is given a
  571.     unique address consisting of the three components:  cylinder, head
  572.     and sector.   HORIZONTAL: accomplished by assigning numbers to the
  573.     concentric circles (cylinders) mapped out by the heads as the
  574.     positioning arm is stepped radially across the surface, starting
  575.     with 0 for the outermost circle.  By specifying the cylinder
  576.     number the controller specifies a horizontal or radial address
  577.     component of the data area.  ROTATIONAL: once a head and cylinder
  578.     have been addressed, the desired sector around the selected track
  579.     of the selected surface is found by counting address marks from
  580.     the index pulse of the track.  Remember that each track starts
  581.     with an index pulse and each sector starts with an address mark.
  582.     VERTICAL: assume a disc pack with six surfaces, each with its own
  583.     read/write head, vertical addressing is accomplished by assigning
  584.     the numbers 00 through XX to the heads, in consecutive order.  By
  585.     specifying the head number, the controller specifies the vertical
  586.     address component of the data area.
  587.  
  588.  
  589.  
  590.  
  591.  
  592. DATA BASE
  593.     An organized collection of data stored in DISC FILES, often shared by
  594.     multiple users., e.g., the Official Airline Guide, which contains
  595.     up-to-date schedules for all airlines.
  596.  
  597.  
  598.  
  599.  
  600.  
  601. DATA BASE MANAGEMENT SYSTEM
  602.     (DBMS) Application program used to manage, access and update files in a
  603.     data base.
  604.  
  605.  
  606.  
  607.  
  608.  
  609. DATA ENCODING
  610.     To use a code such as GCR, MFM, RLL, NZR, etc. to represent
  611.     characters for memory storage.
  612.  
  613.  
  614.  
  615.  
  616.  
  617. DATA FIELD
  618.     The portion of a sector used to store the user's DIGITAL data.  Other
  619.     fields in each sector include ID, SYNC and CRC which are used to locate
  620.     the correct data field.
  621.  
  622.  
  623.  
  624.  
  625.  
  626. DATA SEPARATOR
  627.     Controller circuitry takes the CODED playback pulses and uses the
  628.     timing information added by the CODE during the write process to
  629.     reconstruct the original user data record.  See NRZ, MFM, and RLL.
  630.  
  631.  
  632.  
  633.  
  634.  
  635. DATA TRACK
  636.     Any of the circular tracks magnetized by the recording head during
  637.     data storage.
  638.  
  639.  
  640.  
  641.  
  642.  
  643. DATA TRANSFER RATE
  644.     (DTR).  Speed at which bits are sent: In a disc storage system, the
  645.     communication is between CPU and controller, plus controller and the
  646.     disc drive.  Typical units are bits per second (BPS), or bytes per
  647.     second, e.g., ST506/412 INTERFACE allows 5 Mbits/sec. transfer rate.
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654. DECREASE THE FLYING HEIGHT
  655.     Since the head core is closer to the media surface, the lines of flux
  656.     magnetize a smaller area.  Thus, more bits can be recorded in a given
  657.     distance, and higher BPI (bits per inch) is achievable.
  658.  
  659.  
  660.  
  661.  
  662.  
  663. DEDICATED SERVO SYSTEM
  664.     A complete disc surface is dedicated for servo data.
  665.  
  666.  
  667.  
  668.  
  669.  
  670. DEFAULT
  671.     A particular value of a variable which is used by a computer unless
  672.     specifically changed, usually via an entry made through a software
  673.     program.
  674.  
  675.  
  676.  
  677.  
  678.  
  679. DENSITY
  680.     Generally, bit recording density.  SEE AREAL, BIT and STORAGE
  681.     DENSITY.
  682.  
  683.  
  684.  
  685.  
  686.  
  687. DIGITAL
  688.     Any system that processes digital binary signals having only the
  689.     values of a 1 or 0.  An example of a non-digital signal is an analog
  690.     signal which continuously varies, e.g., TV or audio.
  691.  
  692.  
  693.  
  694.  
  695.  
  696. DIGITAL MAGNETIC RECORDING
  697.     See MAGNETIC RECORDING
  698.  
  699.  
  700.  
  701.  
  702.  
  703. DIRECT ACCESS
  704.     Generally refers to an AUXILIARY MEMORY device, having all data
  705.     on-line.  E.G., a tape drive without a tape mounted is not direct
  706.     access, but a WINCHESTER DRIVE is direct access.
  707.  
  708.  
  709.  
  710.  
  711.  
  712. DIRECTORY
  713.     A special disc storage area (usually cylinder zero) that is read by a
  714.     computer operating system to determine the ADDRESSES of the data
  715.     records that form a DISC FILE.
  716.  
  717.  
  718.  
  719.  
  720.  
  721. DISC FILE
  722.     A file of user data, e.g. the company employee list, with all names
  723.     and information.  The data in the file is stored in a set of disc
  724.     SECTORS (records).
  725.  
  726.  
  727.  
  728.  
  729.  
  730. DISC OPERATING SYSTEM
  731.     (DOS).  A computer program which continuously runs and mediates
  732.     between the computer user and the APPLICATION PROGRAM, and allows
  733.     access to disc data by DISC FILE names.
  734.  
  735.  
  736.  
  737.  
  738.  
  739. DISC PACK
  740.     A number of metal discs packaged in a canister for removal from the
  741.     disc drive.  WINCHESTER DRIVES do not have disc packs.
  742.  
  743.  
  744.  
  745.  
  746.  
  747. DISC/PLATTER
  748.     For rigid discs, a flat, circular aluminum disc substrate, coated on
  749.     both sides with a magnetic substance (iron oxide or thin film metal
  750.     media) for non-VOLATILE data storage.  The substrate may consist of
  751.     metal, plastic, or even glass.  Surfaces of discs are usually
  752.     lubricated to minimize wear during drive start-up or power down.
  753.  
  754.  
  755.  
  756.  
  757. DISC STORAGE
  758.     Auxiliary memory system containing disc drives.
  759.  
  760.  
  761.  
  762.  
  763.  
  764. DISKETTE
  765.     A floppy disc.  A plastic (mylar) substrate, coated with magnetic
  766.     iron oxide, enclosed in a protective jacket.
  767.  
  768.  
  769.  
  770.  
  771.  
  772. DRIVE
  773.     A computer memory device with moving storage MEDIA (disc or tape).
  774.  
  775.  
  776.  
  777.  
  778.  
  779. DRIVE SELECT
  780.     An ADDRESS component that selects among a string of drives attached
  781.     to a disc controller.  In the ST 506/412 interface standard, a
  782.     drive's select code is physically set in the drive to a value between
  783.     0 and 3.  When the controller activates one of the four drive select
  784.     code lines in the J1 cable, the selected drive is enabled to respond
  785.     to access commands from the controller.
  786.  
  787.  
  788.  
  789.  
  790.  
  791. DROP-IN/DROP-OUT
  792.     Types of disc media defects usually caused by a pin-hole in the disc
  793.     coating.  If the coating is interrupted, the magnetic flux between
  794.     medium and head is zero.  A large interruption will induce two
  795.     extraneous pulses, one at the beginning and one at the end of the
  796.     pin-hole (2 DROP-INs).  A small coating interruption will result in no
  797.     playback from a recorded bit (a DROP-OUT).
  798.  
  799.  
  800.  
  801.  
  802.  
  803. DRUM
  804.     An early form of rotating magnetic storage, utilizing a rotating
  805.     cylindrical drum and a multiplicity of heads (one per track).  Discs
  806.     stack more compactly than drums.
  807.  
  808.  
  809.  
  810.  
  811.  
  812. ECC
  813.     ERROR CORRECTION CODE:  The ECC hardware in the controller used to
  814.     interface the drive to the system can typically correct a single burst
  815.     error of 11 bits or less.  This maximum error burst correction length
  816.     is function of the controller.  With some controllers the user is
  817.     allowed to the select this length.  The most common selection is 11.
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825. ELECTRO-STATIC DISCHARGE
  826.     (ESD)  An integrated circuit (CHIP) failure mechanism.  Since the
  827.     circuitry of CHIPs are microscopic in size, they can be damaged or
  828.     destroyed by small static discharges.  People handling electronic
  829.     equipment should always ground themselves before touching the
  830.     equipment.  Electronic equipment should always be handled by the
  831.     chassis or frame.  Components, printed circuit board edge connectors
  832.     should never be touched.
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840. EMBEDDED SERVO SYSTEM
  841.     Servo data is embedded or superimposed along with data on every
  842.     cylinder.
  843.  
  844.  
  845.  
  846.  
  847.  
  848. ERASE
  849.     To remove previously recorded data from magnetic storage media.
  850.  
  851.  
  852.  
  853.  
  854.  
  855. ERROR
  856.     See HARD ERROR and SOFT ERROR.
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863. ESDI
  864.     ENHANCED SMALL DEVICE INTERFACE.  A set of specifications for the
  865.     drives.  See also SCSI.
  866.  
  867.  
  868.  
  869.  
  870.  
  871. EXECUTE
  872.     To perform a data processing operation described by an instruction or
  873.     a   program in a computer.
  874.  
  875.  
  876.  
  877.  
  878.  
  879. FCI
  880.     (FLUX CHANGES PER INCH):  Synonymous with FRPI (flux reversals per
  881.     inch). In MFM recording 1 FCI equals 1 BPI (bit per inch).  In RLL
  882.     encoding schemes, 1 FCI generally equals 1.5 BPI.
  883.  
  884.  
  885.  
  886.  
  887.  
  888. FEEDBACK
  889.     A closed-loop control system, using the head-to-track positioning
  890.     signal (from the servo head) to modify the HEAD POSITIONER signal
  891.     (to correctly position the head on the track).
  892.  
  893.  
  894.  
  895.  
  896.  
  897. FETCH
  898.     A CPU read operation from MAIN MEMORY and its related data transfer
  899.     operations.
  900.  
  901.  
  902.  
  903.  
  904.  
  905. FIELDS
  906.     1.  SOFTWARE:  Storage units grouped together to make a record are
  907.     considered to be a field; e.g., a record might be a company's
  908.     address; a field in the record might be the company's ZIP code.
  909.  
  910.  
  911.  
  912.  
  913.  
  914. FILE
  915.     See DISC FILE.  1.  SOFTWARE:  A file consists of a group of
  916.     logically related records that, in turn, are made up of groups of
  917.     logically related fields.
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924. FILE ALLOCATION TABLE
  925.     FAT:  What the operating systems uses to keep track of which clusters
  926.     are allocated to which files and which are available for use.  FAT is
  927.     usually stored on Track-0.
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936. FILE NAME
  937.     Each file has a name, just like the name on the tab of a file
  938.     folder.  When you want DOS to find a file, you give DOS the file
  939.     name.
  940.  
  941.  
  942.  
  943. FIRMWARE
  944.     A computer program written into a storage medium which cannot be
  945.     accidentally erased, e.g., ROM.  It can also refer to devices
  946.     containing such programs.
  947.  
  948.  
  949.  
  950.  
  951. FIXED DISC
  952.     A disc drive with discs that cannot be removed from the drive by
  953.     the user, e.g., WINCHESTER DISC DRIVE.
  954.  
  955.  
  956.  
  957.  
  958.  
  959. FLOPPY DISC
  960.     A flexible plastic disc coated with magnetic media and packaged in
  961.     a stiff envelope.  Comes in 8-inch, 5-1/4-inch, and various sub-4
  962.     inch sizes.  FLOPPY DISCS generally exhibit slow ACCESS TIME and
  963.     smaller CAPACITY compared to WINCHESTER DRIVES, but feature
  964.     removable diskettes.
  965.  
  966.  
  967.  
  968.  
  969.  
  970. FLUX CHANGE
  971.     Location on the data track, where the direction of magnetization
  972.     reverses in order to define a 1 or 0 bit.
  973.  
  974.  
  975.  
  976.  
  977.  
  978. FLUX CHANGES PER INCH
  979.     (FCI).  Linear recording density defined as the number of flux
  980.     changes per inch of data track.
  981.  
  982.  
  983.  
  984.  
  985.  
  986. FM
  987.     Frequency modulation CODE scheme, superceded by MFM, which is being
  988.     superceded by RLL.
  989.  
  990.  
  991.  
  992.  
  993.  
  994. FORMAT
  995.     The purpose of a format is to record "header" data that organize the
  996.     tracks into sequential sectors on the disc surfaces.  This
  997.     information is never altered during normal read/write operations.
  998.     Header information  identifies the sector number and also contains
  999.     the head and cylinder ADDRESS in order to detect an ADDRESS ACCESS
  1000.     error.
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006. FORMATTED CAPACITY
  1007.     Actual capacity available to store user data.  The formatted capacity
  1008.     is the gross capacity, less the capacity taken up by the overhead data
  1009.     used in formatting the discs.  While the unformatted size may be 24 M
  1010.     bytes, only 20 M bytes of storage may actually be available to the user
  1011.     after formatting.
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017. FPI
  1018.     (flux changes per inch), also FRPI, the number of Flux Reversals per
  1019.     inch.
  1020.  
  1021.  
  1022.  
  1023.  
  1024. FRICTION
  1025.     Resistance to relative motion between two bodies in contact; e.g.,
  1026.     there is sliding friction between head and disc during drive power
  1027.     up/down.
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033. FULL HEIGHT DRIVE
  1034.     Winchester 5-1/4" drive which fits in the same space as full height
  1035.     mini-floppy drive (called the full-height form factor).
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041. G
  1042.     A G is a unit of force applied to a body at rest equal to the force
  1043.     exerted on it by gravity.  Hard disc drive shock specifications are
  1044.     usually called out in Gs.  A shock specification of 40 Gs non-operating
  1045.     means that a drive will not suffer any permanent damage if subjected to
  1046.     a 40 G shock.  This is roughly equivalent to a drop of the drive to a
  1047.     hard surface from a distance of 1 inch.
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054. GAP
  1055.     1.  FORMAT: Part of the disc format.  Allows mechanical compensations
  1056.     (e.g. spindle motor rotational speed variations) without the last
  1057.     sector  on a track overwriting the first sector.  2. HEAD:  An
  1058.     interruption in the permeable head material, usually a glass bonding
  1059.     material with high permeability, allowing the flux fields to exit the
  1060.     head structure to write / read data bits in the form of flux changes on
  1061.     the recording media.
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067. GAP LENGTH
  1068.     Narrowing the head gap length achieves higher bit density because the
  1069.     lines of force magnetize a smaller area where writing data in the form
  1070.     of flux changes on the recording media.
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076. GAP WIDTH
  1077.     The narrower the gap width, the closer the tracks can be placed. Closer
  1078.     track placement results in higher TPI.
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084. GCR
  1085.     GROUP CODE ENCODING.  Data encoding method.
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091. GUARD BAND
  1092.     1.  Non-recorded band between adjacent data tracks, 2.  For closed loop
  1093.     servo drives, extra servo tracks outside the data band preventing the
  1094.     Carriage Assembly from running into the crash stop.
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100. HALF HIGH DRIVE
  1101.     A Winchester drive which fits in one half of the space of a full height
  1102.     mini-floppy drive.
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108. HARD DISC DRIVE
  1109.     Commonly called rigid disc drives, or Winchester disc drives.  An
  1110.     electromechanical device that can read rigid discs.  Though similar to
  1111.     floppy disc drives, the hard discs have higher bit density and multiple
  1112.     read/write surfaces.
  1113.  
  1114.  
  1115.  
  1116.  
  1117. HARD ERROR
  1118.     An error that occurs repeatedly at the same location on a disc surface.
  1119.     Hard errors are caused by imperfections in the disc surface, called
  1120.     media defects.  When formatting hard disc drives, hard error locations,
  1121.     if known, should be spared out so that data ia not written to these
  1122.     locations.  Most drives come with a hard error map listing the
  1123.     locations of any hard errors by head, cylinder and BFI (bytes from
  1124.     index - or how many bytes from the beginning of the cylinder).
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130. HARD ERROR MAP
  1131.     Also called defect map, bad spot map, media map.  Media defects are
  1132.     avoided by deleting the defective sectors from system use, or assigning
  1133.     an alternative track (accomplished during format operation). The
  1134.     defects are found during formatting, and their locations are stored on
  1135.     a special DOS file on the disc, usually on cylinder 0.
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141. HARDWARE
  1142.     Computer equipment (as opposed to the computer progrms and software).
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148. HDA
  1149.     HEAD/DISK ASSEMBLY:  A sealed Winchester assembly including discs,
  1150.     heads, filter and actuator assembly.
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156. HEAD
  1157.     An electromagnetic device that can write (record), read (playback),
  1158.     or erase data on magnetic media.  There are three types:
  1159.       Head Type      BPI        TPI          Areal density
  1160.       Monolithic    8000        450         3.6 X 10 to 6th
  1161.       Composition  12000       1000          12 X 10 to 6th
  1162.       Thin-film   25000        1500        37.5 X 10 to 6th
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168. HEAD CRASH
  1169.     A head landing occurs when the disc drive is turned on or off.  This
  1170.     function normally does not damage the disc as the disc has a very thin
  1171.     lubricant on it.  A head crash occurs when the head and disc damage
  1172.     each other during landing, handling or because a contaminant particle
  1173.     gets between them.  Head crash is a catastrophic failure condition and
  1174.     causes permanent damage and loss of data.
  1175.  
  1176.  
  1177.  
  1178.  
  1179. HEAD LANDING AND TAKEOFF
  1180.     In Winchester drives, the head is in contact with the platter when the
  1181.     drive is not powered.  During the power up cycle, the disc begins
  1182.     rotation and an "air bearing" is established as the disc spins up to
  1183.     full RPM (rotations per minute).  This air bearing prevents any
  1184.     mechanical contact between head and disc.
  1185.  
  1186.  
  1187.  
  1188.  
  1189. HEAD LANDING ZONE
  1190.     An area of the disc set aside for takeoff and landing of the Winchester
  1191.     heads when the drive is turned on and off.
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197. HEAD POSITIONER
  1198.     Also known as the ACTUATOR, a mechanism that moves the CARRIAGE
  1199.     ASSEMBLY to the cylinder being accessed.
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205. HEAD SLAP
  1206.     Similar to a head crash but occurs while the drive is turned off.  It
  1207.     usually occurs during mishandling or shipping.  Head slap can cause
  1208.     permanent damage to a hard disc drive.  See HEAD CRASH.
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214. HEXIDECIMAL
  1215.     (HEX)  A number system based on sixteen, using digits 0 through 9 and
  1216.     letters A through F to represent each digit of the number. (A = 10, B =
  1217.     11, C = 12, D = 13, E = 14, F = 15).
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223. ID FIELD
  1224.     The address portion of a sector.  The ID field is written during the
  1225.     Format operation.  It includes the cylinder, head, and sector
  1226.     number of the current sector.  This address information is compared
  1227.     by the disc controller with the desired head, cylinder, and sector
  1228.     number before a read or write operation is allowed.
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. IMAGE-BACKUP MODE
  1235.     Used with streaming tape, image-backup mode records an exact copy of
  1236.     the  disc, including unused sectors and bad tracks.
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242. INDEX
  1243.     (PULSE):  The Index Pulse is the starting point for each disc track.
  1244.     The index pulse provides initial synchronization for sector addressing
  1245.     on each individual track.
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251. INDEX TIME
  1252.     The time interval between similar edges of the index pulse, which
  1253.     measures the time for the disc to make one revolution.  This
  1254.     information is used by a disc drive to verify correct rotational speed
  1255.     of the media.
  1256.  
  1257.  
  1258.  
  1259.  
  1260. INPUT
  1261.     1.  Data entered into the computer to be processed.  2.  User commands
  1262.     or queries.
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268. INPUT/OUTPUT
  1269.     The process of entering data into or removing data from a computer
  1270.     system.
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276. INTELLIGENT PERIPHERAL
  1277.     A peripheral device that contains a processor or microprocessor to
  1278.     enable it to interpret and execute commands, thus relieving the
  1279.     computer for other tasks.
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285. INTERFACE
  1286.     The protocol data transmitters, data receivers, logic and wiring that
  1287.     link one piece of computer equipment to another, such as a disc drive
  1288.     to a controller or a controller to a system bus.  Protocol means
  1289.     a set of rules for operating the physical interface, e.g., don't
  1290.     read or write  before SEEK COMPLETE is true.
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296. INTERFACE STANDARD
  1297.     The interface specifications agreed to by various manufacturers to
  1298.     promote industry-wide interchangeability of products such as disc
  1299.     drives  and controllers.  An interface standard generally reduces
  1300.     product costs, allows buyers to purchase from more than one source,
  1301.     and allows faster market acceptance of new products. (See ST-506/412,
  1302.     SCSI, ESDI)
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308. INTERLEAVE FACTOR
  1309.     The ratio of physical disc sectors skipped for every sector actually
  1310.     written.
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316. INTERLEAVING
  1317.     The interleave value tells the controller where the next logical
  1318.     sector is located in relation to the current sector.  For example, an
  1319.     interleave value of one (1) specifies that the next logical sector is
  1320.     physically the next sector on the track.  Interleave of two (2)
  1321.     specifies every other physical sector, three (3) every third sector
  1322.     and so on.  Interleaving is used to improve the system throughout
  1323.     based on overhead time of the host  software, the disc drive and the
  1324.     controller; e.g., if an APPLICATION PROGRAM is processing sequential
  1325.     logical records of a DISC FILE in a CPU time of more than one second
  1326.     but less than two, then an interleave factor of 3 will prevent wasting
  1327.     an entire disc revolution between ACCESSES.
  1328.  
  1329.  
  1330.  
  1331.  
  1332. INTERRUPT
  1333.     A signal, usually from a peripheral device to a CPU, to signify that
  1334.     a commanded operation has been completed or cannot be completed.
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340. I/O PROCESSOR
  1341.     Intelligent processor or controller that handles the input/output
  1342.     operations of a computer.
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348. KILOBYTE
  1349.     (KBYTE).  1) 1024 bytes (two to the tenth power);  2) 1000 bytes;
  1350.     1024 bytes is the normal definition.
  1351.  
  1352.  
  1353.  
  1354.  
  1355. LAN
  1356.     Local Area Network
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362. LANDING ZONE
  1363.     The landing zone is where the read/write head sits when it is not
  1364.     active.  If the system features a dedicated landing zone, the head will
  1365.     rest on the same track each time.
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371. LATENCY
  1372.     (ROTATIONAL)  The time for the disc to rotate the accessed sector
  1373.     under the head for read or write.  On the average, latency is the
  1374.     time for half of a disc revolution.
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381. LOGIC
  1382.     Electronic circuitry that switches on and off ("1" and "0") to
  1383.     perform digital operations.
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389. LOOKUP
  1390.     The action of obtaining and displaying data in a file.
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396. LOW LEVEL FORMAT
  1397.      The first step in preparing a drive to store information after
  1398.      physical installation is complete.  The process sets up the
  1399.      "handshake" between the drive and the controller.  In an XT system,
  1400.      the low level format is usually done using DOS's debug utility.  In an
  1401.      AT system, AT advanced diagnostics is typically used. Other third
  1402.      party software may also be used to do low level format on both XTs and
  1403.      ATs.
  1404.  
  1405.  
  1406.  
  1407. LUN
  1408.     Logical Unit Number
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414. MAGNETIC MEDIA
  1415.     A disc or tape with a surface layer containing particles of metal, or
  1416.     metallic oxides that can be magnetized in different directions to
  1417.     represent bits of data, sounds or other information.
  1418.  
  1419.  
  1420.  
  1421.  
  1422.  
  1423. MAGNETIC RECORDING
  1424.     The use of a head, recording head, recording media (tape or disc),
  1425.     and associated electronic circuitry for storing data or sound or
  1426.     video.
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432. MAINFRAME COMPUTER
  1433.     A large computer generally found in data processing centers.  See
  1434.     MINICOMPUTER AND MICROCOMPUTER.
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440. MAIN MEMORY
  1441.     Random-access memory used by the CPU for storing program instructions
  1442.     and data currently being processed by those instructions.  See
  1443.     RANDOM-ACCESS  MEMORY.
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449. MEAN TIME BEFORE FAILURE
  1450.      (MTBF). The average time before a failure will occur.  This is not a
  1451.      warranty measurement.  MTBF is a calculation taking into consideration
  1452.      the MTBF of each component in a system and is the statistical average
  1453.      operation time between the start of a unit's lifetime and its time of
  1454.      a failure.  After a product has been in the field for a few years, the
  1455.      MTBF can become a field proven statistic.
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463. MEAN TIME TO REPAIR
  1464.     (MTTR)  The average time to repair a given unit.  Limited to a
  1465.     qualified technician with proper equipment.
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471. MEDIA
  1472.     The magnetic layers of a disc or tape.  See DISC/PLATTER.
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479. MEDIA DEFECT
  1480.     A media defect can cause a considerable reduction of the read signal
  1481.     (missing pulse or DROP-OUT), or create an extra pulse (DROP-IN). See
  1482.     HARD ERROR MAP.
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488. MEGABYTE
  1489.     One million bytes (usually exactly 1,024,000 bytes).  Abbreviation:
  1490.     MB or Mbyte.
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496. MEMORY
  1497.     Any device or storage system capable of storing and retrieving
  1498.     information.  See also STORAGE DEFINITIONS.
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504. MICROCOMPUTER
  1505.     A computer whose central processor unit (CPU) is manufactured as a
  1506.     chip or a small number of chips.  Personal computers are examples of
  1507.     microcomputers.
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513. MICROINCH
  1514.     One-millionth of an inch.
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520. MICROSECOND
  1521.     One-millionth of a second.
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528. MILLISECOND
  1529.     (Msec)  One-thousandth of a second.
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535. MINICOMPUTER
  1536.     A computer midway in size and processing power between a
  1537.     MICROCOMPUTER and a MAINFRAME COMPUTER.
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544. MINI-SLIDER HEADS
  1545.     Manganese/Zinc Ferrite Winchester heads.  Smaller, lighter heads with
  1546.     stiffer load arms than standard Winchester heads.  They allow smaller
  1547.     flying heights, and therefore higher bit and track density, if they are
  1548.     made with smaller and narrower gaps.
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554. MINI WINCHESTER
  1555.     A Winchester disc drive with 5-1/4 or 3-1/2 inch diameter discs.
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561. MNEUMONIC
  1562.     A shortened code for a longer term.
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568. MODIFIED FREQUENCY MODULATION
  1569.     (MFM).  A method of recording digital data, using a particular CODE to
  1570.     get the flux reversal times from the data pattern.  MFM recording is
  1571.     self-clocking because the CODE guarantees timing information for the
  1572.     playback process.  The controller is thus able to synchronize directly
  1573.     from the data.  This method has a maximum of one bit of data with each
  1574.     flux reversal.   (See NRZ, RLL).
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580. MULTIPROCESSOR
  1581.     A computer containing two or more processors.
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587. MULTITASKING
  1588.     The ability of a computer system to execute more than one program or
  1589.     program task at a time.
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595. MULTIUSER
  1596.     The ability of a computer system to execute programs for more than
  1597.     one user at a time.
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603. NOISE
  1604.     Extraneous electronic signals that interfere with information signals
  1605.     (similar to radio static or TV interference).  Sources of noise in
  1606.     computers can be power supplies, ground loops, radio interference,
  1607.     cable routing, etc.
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613. NRZ
  1614.     NON-RETURN TO ZERO  1) User digital data bits;  2) A method of
  1615.     magnetic recording of digital data in which a flux reversal denotes
  1616.     a one bit, and no flux reversal a zero bit, NRZ recording requires an
  1617.     accompanying synchronization clock to define each cell time unlike
  1618.     MFM or RLL recording).  No Seagate drives use NRZ recording methods.
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624. OFF LINE
  1625.     Processing or peripheral operations performed while not connected to
  1626.     the system CPU via the system BUS.
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632. OPEN COLLECTOR
  1633.     A type of output structure found in certain bipolar logic families.
  1634.     The  device has a transistor that enables it to output to a low
  1635.     voltage level only.  When the device is inactive, an external
  1636.     resistor holds the device output at a high voltage level.
  1637.  
  1638.  
  1639.  
  1640.  
  1641. OPERATING SYSTEM
  1642.     An operating system is a program which acts as an interface
  1643.     between the user of a computer and the computer hardware.
  1644.     The purpose of the operating system is to provide an
  1645.     environment in which a user may run programs.  The goal of
  1646.     the operating system is to enable the user to conveniently
  1647.     use the computer's resources such as the CPU, memory, storage
  1648.     devices and printers.
  1649.  
  1650.  
  1651.  
  1652.  
  1653. OUTPUT
  1654.     Processing data being transferred out of the computer system to
  1655.     peripherals (i.e. disc, printer, etc.).  This includes responses to
  1656.     user commands or queries.
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662. PARITY
  1663.     A computer data checking method using an extra bit in which the total
  1664.     number of binary 1's (or 0's) in a byte is always odd or always
  1665.     even; thus, in an odd parity scheme, every byte has eight bits of
  1666.     data and one parity bit.  If using odd parity and the number of 1
  1667.     bits comprising the  byte of data is not odd, the 9th or parity bit
  1668.     is set to 1 to create the  odd parity.  In this way, a byte of data
  1669.     can be checked for accurate transmission by simply counting the bits
  1670.     for an odd parity indication.  If the count is ever even, an error is
  1671.     indicated.
  1672.  
  1673.  
  1674.  
  1675.  
  1676. PARKING
  1677.     Parking the disc drive heads means the recording heads are moved so
  1678.     that they are not over the platter's data area.  Many drives have an
  1679.     auto-park feature where the heads are automatically parked when power
  1680.     to the drive is shut off.  Other drives require the user to run some
  1681.     kind of parking software to park the heads.
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688. PARTITIONING
  1689.     Method for dividing an area on disc drive for use by more than one disc
  1690.     operating system or for dividing large disc drives into areas which the
  1691.     File Allocation Table (FAT) can deal with when in use.  The current IBM
  1692.     DOS maximum  partition size is 32 MB for the XT and AT. This limit can
  1693.     be overridden using partitioning software written expressly for this
  1694.     purpose.
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701. PATH
  1702.     The DOS term "path" has three definitions and each definition involves
  1703.     directories.  A PATH may be defined as:  1) the names of the chain of
  1704.     directories leading to a file;  2) the complete file or directory name;
  1705.     3) a DOS command.
  1706.  
  1707.  
  1708.  
  1709.  
  1710.  
  1711. PERIPHERAL EQUIPMENT
  1712.     Auxiliary memory, displays, printers, disc drives, and other
  1713.     equipment usually attached to computer systems' CPU by controllers
  1714.     and cables (they are often packaged together in a desktop computer).
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720. PLATED THIN FILM DISCS
  1721.     Magnetic disc memory media having its surface plated with a thin
  1722.     coating  of a metallic alloy instead of being coated with oxide.
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728. PLATTER
  1729.     The round magnetic disc surfaces used for read/write operations in a
  1730.     hard disc system.
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736. POLLING
  1737.     A technique that discerns which of several devices on a connection is
  1738.     trying to get the processor's attention.
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744. PRECOMPENSATION
  1745.     Applied to write data by the controller in order to partially
  1746.     alleviate   bit shift which causes adjacent 1's written on magnetic
  1747.     media physically to move apart.  When adjacent 1's are sensed by the
  1748.     controller, precompensation is used to write them closer together
  1749.     on the disc, thus fighting the repelling effect caused by the
  1750.     recording.  Precompensation is only required on some oxide media
  1751.     drives.
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757. PREVENTIVE MAINTENANCE
  1758.     A method of doing a scheduled routine observation or exchanging a
  1759.     part, prior to a breakdown of a piece of equipment.
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765. PRINTED CIRCUIT BOARD
  1766.     (PCB)  The circuit board with the chips attached to a drive.
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772. PROCESSING
  1773.     (DATA PROCESSING)  The process of computer handling, manipulating,
  1774.     and modifying data such as arithmetic calculation, file lookup and
  1775.     updating, or word processing.
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781. PROGRAM
  1782.     A sequence of instructions stored in memory and executed by a
  1783.     processor or microprocessor.  See also APPLICATIONS PROGRAMS.
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789. PROTOCOL
  1790.     A set of conventions governing the format of messages to be exchanged
  1791.     within a communications system.
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797. RADIAL
  1798.     A way of connecting multiple drives to one controller.  In radial
  1799.     operation, all output signals are active even if the drive is not
  1800.     selected. Also see DAISY CHAIN.
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806.  
  1807. RAM DISC
  1808.     A DOS operation, where part of the computer's random access memory
  1809.     is used to simulate a disk drive. The RAM disc and its contents
  1810.     will disappear if power is lost or DOS MAIN MEMORY is restarted.
  1811.     RAM is far faster (microseconds ACCESS TIME) than discs (milliseconds),
  1812.     so APPLICATIONS PROGRAMS which access the disk run faster.
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818. RANDOM ACCESS MEMORY
  1819.     (RAM)  Memory where any location can be read from or written to in a
  1820.     random order.  Random access memory usually refers to volatile memory
  1821.     where the contents are lost when power is removed.  The user
  1822.     addressable memory of a computer is random access memory.
  1823.  
  1824.  
  1825. READ
  1826.     To access a storage location and obtain previously recorded data.
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832. RECALIBRATE
  1833.     Return to Track Zero.  A common disc drive function in which the
  1834.     heads are returned to track 0 (outermost track).
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840. RECORD
  1841.     1.  Software.  A record is a single unit made up of logically related
  1842.     fields.
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848. REDUCED WRITE CURRENT
  1849.     A signal input (to some older drives) which decreases the amplitude
  1850.     of the write current at the actual drive head.  Normally this signal
  1851.     is specified to be used during inner track write operations to
  1852.     lessen the effect of adjacent bit "crowding."  Most drives today
  1853.     provide this internally and do not require controller intervention.
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860. RESOLUTION
  1861.     With regards to magnetic recording, the band width (or frequency
  1862.     response) of the recording heads.
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868. RLL
  1869.     (RUN LENGTH LIMITED CODE).  1) A method of recording digital data,
  1870.     whereby the combinations of flux reversals are coded/decoded to allow
  1871.     greater than one (1) bit of information per flux reversal.  This
  1872.     compaction of information increases data capacity by approximately
  1873.     50 percent;  2) a scheme of encoding designed to operate with the
  1874.     ST412 interface at a dial transfer rate of 7.5 megabit/sec.  The
  1875.     technical name of the specific RLL CODE used is "two, seven".
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881. ROM
  1882.     (READ ONLY MEMORY)  A chip that can be programmed once with bits of
  1883.     information.  This chip retains this information even if the power is
  1884.     turned off.  When this information is programmed into the ROM, it is
  1885.     called burning the ROM.
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891. ROTATIONAL SPEED
  1892.     The speed at which the media spins.  On a 5-1/4 or 3-1/2" Winchester
  1893.     drive it is usually 3600 rpm.
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899. SCSI
  1900.     Small Computer Systems Interface. The current "high end" CPU-to-drive
  1901.     interface.
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908. SECTOR
  1909.     A sector is a section of a track whose size is determined by
  1910.     formatting.  When used as an address component, sector and location
  1911.     refer to the sequence number of the sector around the track.
  1912.     Typically, one sector stores one user record of data.  Drives typically
  1913.     are formatted from 17 to 26 sectors per track.  Determining how many
  1914.     sectors per track to use depends on the system type, the controller
  1915.     capabilities and the drive encoding method and interface.
  1916.  
  1917.  
  1918.  
  1919.  
  1920. SECTOR-SLIP
  1921.     Sector-slip allows any sector with a defect to be mapped and
  1922.     bypassed. The next contiguous sector is given that sector address.
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928. SEEK
  1929.     The radial movement of the heads to a specified track address.
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935. SEEK COMPLETE
  1936.     An ST506 interface signal from drive to controller which indicates that
  1937.     read/write heads have settled on the desired track and completed the
  1938.     seek.
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944. SEQUENTIAL ACCESS
  1945.     Writing or reading data in a sequential order, such as reading data
  1946.     blocks stored one after the other on magnetic tape (the opposite of
  1947.     random access).
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954. SERVO TRACK
  1955.     A prerecorded reference track on the dedicated servo surface of a
  1956.     closed-loop disc drive.  All data track positions are compared to
  1957.     their corresponding servo track to determine "off-track/on-track"
  1958.     position.
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964. SILICON
  1965.     Semiconductor substrate material generally used to manufacture micro-
  1966.     processors and other integrated circuit chips.
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972. SMD
  1973.     SURFACE MOUNTED DEVICE.  A CHIP in a smaller integrated surface
  1974.     package, without connection leads.
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980. SOFT ERROR
  1981.     A bit error during playback which can be corrected by repeated
  1982.     attempts to read.
  1983.  
  1984.  
  1985.  
  1986.  
  1987.  
  1988. SOFTWARE
  1989.     APPLICATION PROGRAMS, disc operating systems and other programs (as
  1990.     opposed to HARDWARE).  The instructions or programs, usually stored
  1991.     on floppy or hard discs, which are used to direct the operations
  1992.     of a computer, or other hardware.
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998. SOFTWARE PATCH
  1999.     Software modification which allows or adds functions not otherwise
  2000.     available using the standard software program.
  2001.  
  2002.  
  2003.  
  2004.  
  2005. SPINDLE
  2006.     The rotating hub structure to which the discs are attached.
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012. SPINDLE MOTOR
  2013.     The spindle motor is the electro-mechanical part of the disc drive
  2014.     that rotates the platters.
  2015.  
  2016.  
  2017.  
  2018.  
  2019. ST-506/ST-412 INTERFACE
  2020.     One of several industry standard interfaces between a hard disc and
  2021.     hard disc controller.  In the ST-506/ST-412 interface, the
  2022.     "intellegence" is on the controller rather than the drive.
  2023.     SEE INTERFACE STANDARD, ESDI AND SCSI.
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029. STEP
  2030.     An increment or decrement of the head positioning arm to move the
  2031.     heads in or out, respectively, one track from their current
  2032.     position.  In buffered mode (open loop drives), the head motion
  2033.     is postponed until the  last of a string of step pulses has been
  2034.     received.
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041. STEPPER MOTOR
  2042.     The stepper motor is the electro-mechanical part of the disc drive that
  2043.     positions the heads by step pulse on the tracks of the disc to read and
  2044.     write data.
  2045.  
  2046.  
  2047. STEP PULSE
  2048.     The pulse sent from the controller to the stepper motor on the step
  2049.     interface signal line to initiate a step operation.
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055. STEP TIME
  2056.     The time required by the drive to step the heads from the current
  2057.     cylinder position to a target cylinder.
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063. STORAGE CAPACITY
  2064.     Amount of data that can be stored in a memory, usually specified in
  2065.     kilobytes (KB) for main memory and floppy disc drives and megabytes
  2066.     (MB) for hard disc and tape drives.
  2067.  
  2068.  
  2069.  
  2070.  
  2071.  
  2072. STORAGE DENSITY
  2073.     Usually refers to recording density (BPI, TPI, or their product,
  2074.     AREAL DENSITY).
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080. STORAGE LOCATION
  2081.     A memory location, identified by an ADDRESS, where information is to
  2082.     be read or written.
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088. STORAGE MODULE DRIVE
  2089.      (SMD). Storage module drive interface.  An interface, used in larger
  2090.      disc drives, e.g., 14" drives.
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096. SYNCHRONOUS DATA
  2097.     Data sent, usually in serial mode, with a clock pulse.
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103. TAPE DRIVE
  2104.     A sequential access memory device whose magnetic media is tape in a
  2105.     cassette, reel or continuous loop.
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111. THIN FILM HEADS
  2112.     A read/write head whose read/write element is deposited using
  2113.     integrated  circuit techniques rather than being manually fabricated
  2114.     by grinding ferrite and hand winding coils.
  2115.  
  2116.  
  2117.  
  2118.  
  2119.  
  2120. TPI
  2121.     Tracks per inch.
  2122.  
  2123.  
  2124.  
  2125.  
  2126.  
  2127. TRACK
  2128.     The radial position of the heads over the disc surface.  A track is
  2129.     the   circular ring traced over the disc surface by a head as the
  2130.     disc rotates  under the heads.
  2131.  
  2132.  
  2133.  
  2134.  
  2135.  
  2136. TRACK ACCESS TIME
  2137.     See AVERAGE ACCESS TIME.
  2138.  
  2139.  
  2140.  
  2141.  
  2142.  
  2143. TRACK DENSITY
  2144.     See TPI.
  2145.  
  2146.  
  2147.  
  2148.  
  2149.  
  2150. TRACK FOLLOWING SERVO
  2151.     A closed-loop positioner control system that continuously corrects
  2152.     the position of the disc drive's heads by utilizing a reference
  2153.     track and a feedback loop in the head positioning system.  See also
  2154.     CLOSED LOOP.
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160. TRACK PITCH
  2161.     Distance from centerline to centerline of adjacent tracks (TPI
  2162.     divided into 1.0).
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168. TRACKS PER INCH
  2169.     Track density, number of tracks per inch.
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175. TRACK WIDTH
  2176.     Width of data track.  Also called core width of Read/Write Head.
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182. TRACK ZERO
  2183.     Track zero is the outermost data track on a disc drive.  In the ST
  2184.     506 INTERFACE, the interface signal denotes that the heads are
  2185.     positioned at the outermost cylinder.
  2186.  
  2187.  
  2188.  
  2189.  
  2190.  
  2191. TRACK ZERO DETECTOR
  2192.     An obsolete technology that RECALIBRATES by sensing when infrared
  2193.     beams between a LED and infrared sensitive photo-transistor are
  2194.     blocked by the track zero interrupter (TZI).
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200. TUNNEL ERASE
  2201.     An erase scheme where both sides of the recorded data is erased when
  2202.     writing data to eliminate track to track interference.  This is
  2203.     primarily used on floppy disk drives.
  2204.  
  2205.  
  2206.  
  2207.  
  2208. UNFORMATTED
  2209.     (Capacity)  Drive byte capacity before formatting.  Maximum capacity of
  2210.     a disc drive before formatting = (bits per track) x number of heads x #
  2211.     of cylinders.  See MEGABYTE.
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217. UPGRADE PATH
  2218.     Generally, with disc products, a family having multiple products with
  2219.     varying capacities such that the system storage capacity can increase
  2220.     with changing application requirements simply using a different disc
  2221.     drive within the product family.
  2222.  
  2223.  
  2224.  
  2225.  
  2226.  
  2227. VERIFICATION
  2228.     This feature lets the computer go back and read what it just wrote to
  2229.     disc to ensure the data was written correctly.
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235. VOICE COIL MOTOR
  2236.     An electro-magnetic positioning motor in the rigid disk drive similar
  2237.     to that used in audio speakers.  A wire coil is placed in a stationary
  2238.     magnetic field.  When current is passed through the coil, the resultant
  2239.     flux causes the coil to move.  In a disc drive, the CARRIAGE ASSEMBLY
  2240.     is attached to the voice coil motor.  Either a straight line  (linear)
  2241.     or circular (rotary) design may be employed to position the heads on
  2242.     the disc's surface.
  2243.  
  2244.  
  2245.  
  2246.  
  2247.  
  2248. VOLATILE
  2249.     Memory that will be erased if power is lost.  Typically, MAIN MEMORY
  2250.     is  volatile, and AUXILIARY MEMORY is non-volatile and can be used
  2251.     for permanent (but changeable at will) storage of programs and data.
  2252.  
  2253.  
  2254.  
  2255. WAN
  2256.     Wide Area Network
  2257.  
  2258.  
  2259.  
  2260.  
  2261.  
  2262. WEDGE SERVO SYSTEM
  2263.     A certain part of each CYLINDER contains servo positioning data.  Gap
  2264.     spacing between each sector contains servo data to maintain position
  2265.     on that cylinder.
  2266.  
  2267.  
  2268.  
  2269.  
  2270.  
  2271. WINCHESTER DRIVE
  2272.     A disc drive with a Winchester head and non-removable (fixed) discs
  2273.     sealed in a contaminant-free housing.
  2274.  
  2275.  
  2276.  
  2277.  
  2278.  
  2279. WORD
  2280.     Number of bits processed in parallel (in a single operation) by a
  2281.     CPU. Standard word lengths are 8, 16, 32, and 64 (1, 2, 4 or 8 bytes).
  2282.  
  2283.  
  2284.  
  2285.  
  2286.  
  2287. WRITE
  2288.     To access a storage location and store data on the magnetic surface.
  2289.  
  2290.  
  2291.  
  2292.  
  2293.  
  2294. WRITE CURRENT
  2295.     The optimum HEAD write current necessary to saturate the magnetic
  2296.     media in a cell location.
  2297.  
  2298.  
  2299.  
  2300.  
  2301.  
  2302. WRITE FAULT
  2303.     Disc drive interface signal to the controller used to inhibit further
  2304.     writing when a condition exists in the drive which, if not detected,
  2305.     would cause improper writing on the disc.
  2306.  
  2307.  
  2308.  
  2309.  
  2310.  
  2311. XSMD
  2312.     Extended storage module drive interface.
  2313.  
  2314.  
  2315.